Currently the mmio_operands assumes writing to memory when operand 0 is
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 28 Sep 2005 12:49:33 +0000 (13:49 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 28 Sep 2005 12:49:33 +0000 (13:49 +0100)
commit69f773c57276c97ea79bbfa7324366b211d36e79
tree97b99de8164829f80a7399d3cdd689e09d2ac1e2
parent817fbb643280d4194c1933a2159a5a14fe4c29c8
Currently the mmio_operands assumes writing to memory when operand 0 is
register or immediate, this is false for cmp/test opcode.
This patch resolve this problem, please review.

Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
xen/arch/x86/vmx_platform.c